This SELECT statement is applied to all the participants in the shadow replicate definition. 这个SELECT语句被应用于影子复制定义中的所有参与者。
The SELECT statement above retrieves the data from your status_updates table in individual columns named date_created and text. 以上的SELECT语句从位于名为datecreated和text的独立列中的statusupdates表获取数据。
The SELECT statement is run more often and the application might benefit by optimizing this SQL. SELECT语句运行得比较多,应用程序可以通过优化这条SQL获益。
Specify a SELECT statement to define which documents are displayed the view. 指定一个SELECT语句来定义哪个文档将被显示在这个视图中。
A SELECT statement can have multiple columns listed following the SELECT keyword. 在SELECT关键字之后,SELECT语句可以列出多个列。
By default, ALL is implicitly assumed, and you can use only one DISTINCT qualifier per SELECT statement. 默认情况下,ALL是隐式指定的,并且每个SELECT语句只可以使用一个DISTINCT限定符。
In the example, this is represented by the outermost select statement, which uses S1 as a subquery. 在这个示例中,这由最外层的选择语句表示,这个语句将S1用作子查询。
To provide all the query functionality required by database applications, the SELECT statement's capabilities are extensive. 为了提供数据库应用程序所需的所有查询功能,SELECT语句的能力十分广泛。
Note: To detect a cycle, only the results returned by the iterative SELECT statement are checked. 注意:要检测循环,在检测循环时,系统只会检查迭代select语句返回的结果。
When you call the odbc_exec() function for a SELECT statement, the function returns a result set identifier. 在为SELECT语句调用odbcexec()函数时,该函数返回一个resultset标识符。
In this case, they can issue a SELECT statement to identify rows that qualify then DELETE those rows. 在这种情况下,他们可以发出一条SELECT语句来识别符合条件的行,然后再DELETE那些行。
Note that the SELECT statement above is captured by the snapshot. 请注意,上面的SELECT语句是由快照所捕获的。
The final select statement shows the stock_num column with the original set of data. 最后一个select语句展示了包含原始数据集的stocknum列。
Again, you can verify that by issuing a SELECT statement in the DB2 Command Line window. 同样,可以通过在DB2命令行窗口中发出SELECT语句来对此进行验证。
The cdr remaster command accepts only one SELECT statement. cdrremaster命令只接受一个SELECT语句。
Note: This is the equivalent to adding a where clause in a SQL SELECT statement. 注意:这相当于在SQLSelect语句中增加一个where子句。
This time, instead of a SELECT statement, we'll use the stored procedure references by the BdpCommand. 这一次我们不再使用SELECT语句,而是通过BdpCommand使用存储过程引用。
This article introduced the SELECT statement and demonstrated how to use it properly with Apache Derby to select and extract data from a database. 本文介绍了SELECT语句,并展示了如何恰当地将它与ApacheDerby结合使用来选择和提取数据库中的数据。
Figure 7 shows how a SELECT statement captured from an Oracle application can be replaced with a better one. 图7展示了如何使用一个更好的语句替换一个从Oracle应用程序捕获的SELECT语句。
START WITH predicate defines the starting point and can be compared with the initial SELECT statement in a RCTE. STARTWITH谓词定义了起始点,可以与RCTE中的起始SELECT语句相比较。
Add the column to the select statement. 将列添加到select语句。
When you open the view, the status bar shows the entire select statement that you created. 当您打开视图时,状态栏将显示创建的整条选择语句。
You can use aggregate functions in any clause of a SELECT statement. 你能够在任何一个select子句中使用聚合函数。这样翻译对不?
A select statement that cannot be notified or was provided. 不能通知或已提供的select语句。
If these options are not set appropriately, the notification is fired immediately after the select statement is executed. 如果没有适当地设置这些选项,则在执行select语句后将立即激发通知。
The command must meet the requirements and limitations for a select statement. 命令必须满足select语句的要求和限制。
In the fourth page, either create the select statement or select the existing stored procedures. 在第四页中,创建select语句或选择现有存储过程。
Add a where clause to the end of the select statement. 将where子句添加到select语句的末尾。
That is, you cannot use it in a select statement. 即,无法在select语句中使用此节点。
Click next to advance to the configure the select statement page of the wizard. 单击“下一步”以前进到向导的“配置select语句”页。